Add patch to reset .gitarchive-info.
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 22 Dec 2016 17:15:24 +0000 (17:15 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 22 Dec 2016 17:16:51 +0000 (17:16 +0000)
We have to provide this patch ourselves because dgit can't see how to
find it.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
debian/patches/gitarchiveinfo-reset [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

diff --git a/debian/patches/gitarchiveinfo-reset b/debian/patches/gitarchiveinfo-reset
new file mode 100644 (file)
index 0000000..37dae8a
--- /dev/null
@@ -0,0 +1,9 @@
+diff --git b/.gitarchive-info a/.gitarchive-info
+index b901957..83e5b86 100644
+--- b/.gitarchive-info
++++ a/.gitarchive-info
+@@ -1,2 +1,2 @@
+-Changeset: b03cee73197f4a37bf2941b9367105187355e638
+-Commit date: Mon, 5 Dec 2016 12:03:27 +0000
++Changeset: $Format:%H$
++Commit date: $Format:%cD$
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..eb04535
--- /dev/null
@@ -0,0 +1 @@
+gitarchiveinfo-reset